home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
allfiles
/
Centri
/
Centri.dir
/
00091_Script_Drop44
< prev
next >
Wrap
Text File
|
1999-02-25
|
544b
|
22 lines
on mouseup me
if inside(point(the loch of sprite 67, the locv of sprite 67), the rect of sprite 21) then
go to frame 15
set the visibility of sprite 30 = false
else
nothing
end if
end
on mouseWithin me
if inside(point(the loch of sprite 38,the locv of sprite 38), the rect of sprite 67) then
set the visibility of sprite 21 = TRUE
set the loc of sprite 21 to point (the mouseh, the mousev)
updateStage
else
set the visibility of sprite 21 = FALSE
end if
updateStage
end